home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000469 < prev    next >
Text File  |  1998-04-08  |  1KB  |  40 lines

  1. FITini
  2.  
  3. // This is the ER PPC Projectile
  4.  
  5. [ObjectClass]
  6. l ObjectTypeNum = 17
  7.  
  8. [ObjectType]
  9. st Name                     = "nERPPC"            // Text string giving a descriptive name  (only 8 chars long!!)
  10. l Type                        = 25                // ID number for this object type
  11. l Appearance                = 0                    // This can be a flash FX
  12. l Duration                    = 2                    // Lasts forever = -1 (s)  2 second burst
  13. l MaxDamage                    = 0                    // Number of damage points before BOOM!
  14. l ExplosionObject            = 0                    // Object Class Number of explosion for Mech
  15. l DestroyedObject            = 0                    // Object Class Number of Destroyed shape for Mech
  16. f ExtentRadius                = 0                    // Extent Radius in Meters
  17.  
  18. [ProjectileLaserData]
  19. f Velocity                    = 400.0                // m/s
  20. f ProjectileLength            = 0.0                // w.u.
  21. f BulgeLength                = 0.0                // w.u.
  22. f BulgeWidth                = 0.0                // w.u.
  23. uc f0Color                    = 233
  24. uc f1Color                    = 232
  25. uc f2Color                    = 232
  26. uc f3Color                    = 234
  27. uc e0Color                    = 233
  28. uc e1Color                    = 232
  29. uc e2Color                    = 232
  30. uc e3Color                    = 234
  31. f CloseDistance                = 5.0
  32. ul SoundEffectId            = 10                // Id of soundEffect to play on Fire.
  33. ul SmokeObjectId            = 659
  34. ul ProjectileMissEffect        = 481
  35. ul ProjectileHitEffect        = 660
  36.  
  37. FITend
  38.  
  39.  
  40.